home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17242 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c++,comp.lang.c
  4. Subject: Re: Colors in text-mode?????
  5. Date: 14 Apr 1996 12:14:28 -0700
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4kriqkINNj9r@keats.ugrad.cs.ubc.ca>
  8. References: <4jrlrf$jab@nosy.bart.nl> <4k4pl1$pea@host1.einstein.com.ar> <Dpp4xz.LqM@pgh.nauticom.net> <31707A6B.A34@trader.com>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <31707A6B.A34@trader.com>, mg  <mg@trader.com> wrote:
  12.  >The Great Almighty Computer Programmer wrote:
  13.  >> 
  14.  >> you dont need to do that!  OK, use textcolor(int) and textbackground(int)
  15.  >> and for output, use cprintf(char*)
  16.  >
  17.  >I agree. Think the MS version of these two is _settextcolor(int) and 
  18.  >_setbkcolor(int). With MS, think you also have to print to a buffer and 
  19.  >then use outtext(char *) to print it to the screen.
  20.  
  21. It's heartwarming to see that two development tool vendors for the _same WinTel
  22. platform_ and _same language_  are able to agree on common interface standards
  23. for managing a resource as complex as a text console.
  24.